home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / converter / pbm with gui / gui / pbm / pnmpaste < prev    next >
Encoding:
Text File  |  1996-07-16  |  439 b   |  16 lines

  1. "pnmpaste "Paste image into an image
  2.     [-replace|-or|-and|-xor] frompnmfile x y [intopnmfile]
  3.    "Paste PNM file"
  4.    "Paste"
  5.    CYCLE "_Mode"!!Replace mode!
  6.       "Replace":"-replace"
  7.       "Or":"-or"
  8.       "And":"-and"
  9.       "Xor":"-xor"
  10.    ENDCYCLE:"0"
  11.    FILE "I_nclude":"":""!!Image to paste!
  12.    NUMBER "_X":"":"0"!!X offset!
  13.    NUMBER "_Y":"":"0"!!Y offset!
  14.    LFILE "_Input":"":""!!Input File!
  15.    SFILE "O_utput":">":""!!Output File!
  16.